home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto19.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  352 b   |  15 lines

  1. on mouseUp
  2.   global k, s60
  3.   if k = 0 then
  4.     puppetSound(0)
  5.     set the visible of sprite 26 to 0
  6.     set the visible of sprite 25 to 1
  7.     animate("02-2hs1.wav", 25, "02-02-1b.bmp", 3, s60, EMPTY)
  8.     set the visible of sprite 26 to 1
  9.     set the visible of sprite 25 to 0
  10.     set k to 1
  11.     puppetSprite(25, 0)
  12.     puppetSprite(26, 1)
  13.   end if
  14. end
  15.